Xbasic

CONTROLPANEL.ACTIVE_PAGE Function

Syntax

Tab_Name as C = controlpanel.Active_Page()

Description

The CONTROLPANEL.ACTIVE_PAGE() method returns the name of the active Control Panel tab.

Example

After selecting the "invoice menu" table on the Tables/Sets tab of the Control Panel, the .ACTIVE_PAGE() method returned the following.

? ControlPanel.active_page()
= "TABLE"

See Also